home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FOLDER.ZIP / install.cmd < prev   
Encoding:
Text File  |  1996-02-06  |  406 b   |  18 lines

  1. /* */
  2. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysloadFuncs'
  3. call SysLoadFuncs
  4.  
  5.  
  6. 'cls'
  7. SAY ''
  8. SAY ''
  9. SAY 'Please enter the letter of your OS/2 boot drive.'
  10. SAY 'E.g., enter C if OS/2 boots from the C: drive.'
  11. SAY ''
  12. PULL BootDrive
  13.  
  14. FullPath = Directory()
  15.  
  16. CALL SysCreateObject 'WPProgram', 'Folder', '<WP_DESKTOP>',,
  17.   'EXENAME='||FullPath||'\Folder.exe;STARTUPDIR='||BootDrive||':\;'
  18.